* lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 May 2012 19:04:07 +0000 (15:04 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 May 2012 19:04:07 +0000 (15:04 -0400)
commit00cd549631dd4e20bdb05a2b7bc18137cb57f778
tree1f14b2e3b49d57538a43ccd2024dbc2109e4ac80
parentfcbd6a595ce993d1a891c723a27c16a22366faf9
* lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.
(flyspell-default-deplacement-commands): Don't spell check after
repeated window/frame switches (e.g. triggered by mouse-movement).
(flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
(flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
(flyspell-casechars-cache, flyspell-ispell-casechars-cache)
(flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
Remove unused vars.
(flyspell-get-casechars, flyspell-get-not-casechars):
Simplify; Don't bother removing a ] just to add it back.
* lisp/textmodes/ispell.el (ispell-program-name): Use executable-find.
lisp/ChangeLog
lisp/textmodes/flyspell.el
lisp/textmodes/ispell.el